home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 72 / maccd 72.iso / online / NetFinder 2.1.2 ƒ / NetFinder Script Components / Modules / Module Doco / 3rd Party Module Info / amc-0.3 / MODULES < prev   
Encoding:
Text File  |  2000-04-10  |  1.1 KB  |  32 lines  |  [TEXT/ttxt]

  1. html        A collection of functions for ouputting HTML.
  2.         Useful in conjunction with the CGI module. This
  3.         too is an ICI-only module.
  4.         [icihtml.ici]
  5.  
  6. xml        An interface to James Clark's ``expat'' XML parser
  7.         allowing ICI programs to read and process XML encoded
  8.         data.
  9.         [icixml.ici] Requires the expatLib
  10.  
  11. serialisation    Two new functions for ICI, save() and restore(),
  12.         that allow nearly all objects to be transferred
  13.         as bytes streams using ICI files. Can be used
  14.         to archive objects or to transfer functions or
  15.         data between interpreters. When combined with
  16.         network connections this can be used to provide
  17.         a environment for mobile programs.
  18.         [icisave.so, icirestore.so]
  19.  
  20. ps        An ICI-only module to generate PostScript output.
  21.         Not complete at all but very easy to add to and
  22.         expand and suffices for simple output.
  23.         [icips.ici]
  24.  
  25. utype        "User-defined types" for ICI. Not really but
  26.         this module lets you create structure objects
  27.         that can control access to the members. At a
  28.         minimum it allows you to rename the type of
  29.         a struct object to allow stricter type checking
  30.         in ICI code.
  31.         [iciutype.so]
  32.